home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 June / PCWorld_2007-06_cd.bin / zabezpeceni / spyeraser / spyeraser.exe / {app} / SpyEraser.dll / 2110 / TUTORSTY.CSS < prev    next >
Cascading Style Sheet File  |  2007-04-23  |  1KB  |  70 lines

  1. body {
  2.     background-color: #989898;
  3.     margin: 0;
  4.     padding: 0; padding-top: 1em;
  5.     font-family: "Trebuchet MS", Trebuchet, Verdana, Sans-Serif;
  6.     font-size: 13px;
  7. }
  8.  
  9. h1, h2 {
  10.     font-variant: small-caps;
  11.     text-align: center;
  12.     font-size: 180%;
  13.     width: 96%;
  14.     margin-left: auto;
  15.     margin-right: auto;
  16. }
  17.  
  18. h2 {
  19.     font-size: 160%;
  20. }
  21.  
  22.  
  23. #content {
  24.     background-color: #AAAAAA;
  25.     padding: 3em;
  26.     margin:0.2em 2em;
  27. }
  28.  
  29. .copyrightnotice {
  30.     font-size: 70%;
  31.     font-weight: bold;
  32.     text-align: center;
  33.     font-family: Arial, Helvetica, sans-serif;
  34.     text-indent: 0;
  35. }
  36.  
  37. #mycustomscroll {
  38. /* Typical fixed height and fixed width example */
  39. width: 300px;
  40. height: 250px;
  41. overflow: auto;
  42. /* IE overflow fix, position must be relative or absolute*/
  43. position: relative;
  44. background-color: #E7EADE;
  45. margin: 0.3em auto;
  46. padding: 15px;
  47. }
  48.  
  49. #mycustomscroll2 {
  50. /* Typical fixed height and fixed width example */
  51. width: 340px;
  52. height: 250px;
  53. overflow: auto;
  54. /* IE overflow fix, position must be relative or absolute*/
  55. position: relative;
  56. background-color: #D5EADE;
  57. margin: 0.3em auto;
  58. padding: 15px;
  59. }
  60.  
  61.  
  62. .fixedwidth {
  63. /* a wide div is used for creating horizontal scrollbars for demonstration purposes */
  64. width: 550px;
  65. height: auto;
  66. position: relative;
  67. color: black;
  68. padding: 1px;
  69. }
  70.